JsonUtilEncodeJson Method |
Namespace:
Independentsoft.Json.Parser
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic static string EncodeJson(
string input
)
Public Shared Function EncodeJson (
input As String
) As String
Parameters
- input
- Type: SystemString
Return Value
Type:
String
See Also